|
|
- Robocode -- Analying & Action
- Second, figure out where the bullets are, and make sure you aren't there either
- If you're closely scanning the enemy, you can see when it suddenly reduces power
- When it reduces power without reason... it might be firing at you.
- From the power loss amount, it's distance from you, and the formula for bullet speed, you can guess when it might hit you.
- One major flaw, though: you don't know the direction it's going. So it might be firing at something else!
|
|